Click or drag to resize

ResourceRefreshLock Method (String, String, String)

Refresh the lock on this resource by resetting the lock timeout.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public ActiveLock RefreshLock(
	string address,
	string timeout,
	string lockToken
)

Parameters

address
Type: SystemString
The URI that identifies the resource.
timeout
Type: SystemString
The lock timeout as either Second-n (where "n" is number between 0 and 4294967295) or "Infinite".
lockToken
Type: SystemString
The lock token corresponding to a lock on a resource.

Return Value

Type: ActiveLock
An ActiveLock as result of refresh lock operation.
See Also